LEADTOOLS Medical (Leadtools.MedicalViewer assembly)
LEAD Technologies, Inc

SetRequestedImageThumbnail(RasterImage,Int32[],Int32[],Int32[]) Method






the thumbnails to be set.
Array of Integers containing the index of each thumbnail in the cell.
Array of Integers containing the the width of the original image to each thumbnail.
Array of Integers containing the the height of the original image to each thumbnail.
Sends the requested images to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(Int32,Int32,MedicalViewerImageInformation[]))
Syntax
public void SetRequestedImageThumbnail( 
   RasterImage image,
   int[] indexes,
   int[] widthArray,
   int[] heightArray
)
'Declaration
 
Public Overloads Sub SetRequestedImageThumbnail( _
   ByVal image As RasterImage, _
   ByVal indexes() As Integer, _
   ByVal widthArray() As Integer, _
   ByVal heightArray() As Integer _
) 
'Usage
 
Dim instance As MedicalViewerCell
Dim image As RasterImage
Dim indexes() As Integer
Dim widthArray() As Integer
Dim heightArray() As Integer
 
instance.SetRequestedImageThumbnail(image, indexes, widthArray, heightArray)
public void SetRequestedImageThumbnail( 
   RasterImage image,
   int[] indexes,
   int[] widthArray,
   int[] heightArray
)
 function Leadtools.MedicalViewer.MedicalViewerCell.SetRequestedImageThumbnail(RasterImage,Int32[],Int32[],Int32[])( 
   image ,
   indexes ,
   widthArray ,
   heightArray 
)
public:
void SetRequestedImageThumbnail( 
   RasterImage^ image,
   array<int>^ indexes,
   array<int>^ widthArray,
   array<int>^ heightArray
) 

Parameters

image
the thumbnails to be set.
indexes
Array of Integers containing the index of each thumbnail in the cell.
widthArray
Array of Integers containing the the width of the original image to each thumbnail.
heightArray
Array of Integers containing the the height of the original image to each thumbnail.
Remarks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features